Make target_graph a keyword only arg#2
Merged
mgberg merged 1 commit intocorning-incorporated:add-graph-arg-to-cbdfrom Apr 10, 2023
Merged
Conversation
Also added some tests for `Graph.cbd` with `target_graph`
8 tasks
mgberg
pushed a commit
that referenced
this pull request
Dec 9, 2025
* build(deps-dev): bump mypy from 1.13.0 to 1.14.1 Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix slice typing * fix slice typing #2 * Graph().__getitem_ returns via yield from generators * tests for ypdated Graph().__getitems * allow Path as type of 'p' in Graph slice * modernise old test; add two new tests * moving slice tests to test_slice.py * blacked & ruff --fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Car <nick@kurrawong.net> Co-authored-by: Nicholas Car <nick@kurrawong.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also added some tests for
Graph.cbdwithtarget_graph